build: Enable stylelint rule 'number-leading-zero' and make pass
[lhc/web/wiklou.git] / resources / src / mediawiki.skinning / content.css
index 4cc2f09..23c01ad 100644 (file)
@@ -122,7 +122,7 @@ table.toc td {
 
 /* Images */
 /* @noflip */div.floatright, table.floatright {
-       margin: 0 0 .5em .5em;
+       margin: 0 0 0.5em 0.5em;
 }
 
 div.floatright p {
@@ -130,7 +130,7 @@ div.floatright p {
 }
 
 /* @noflip */div.floatleft, table.floatleft {
-       margin: 0 .5em .5em 0;
+       margin: 0 0.5em 0.5em 0;
 }
 
 div.floatleft p {
@@ -139,7 +139,7 @@ div.floatleft p {
 
 /* Thumbnails */
 div.thumb {
-       margin-bottom: .5em;
+       margin-bottom: 0.5em;
        width: auto;
        background-color: transparent;
 }
@@ -245,12 +245,12 @@ img.thumbborder {
 
 /* @noflip */
 div.tright {
-       margin: .5em 0 1.3em 1.4em;
+       margin: 0.5em 0 1.3em 1.4em;
 }
 
 /* @noflip */
 div.tleft {
-       margin: .5em 1.4em 1.3em 0;
+       margin: 0.5em 1.4em 1.3em 0;
 }
 
 /* Hide elements that are marked as "empty" according to legacy Tidy rules,